WebTextEditor Properties
| ScriptDirectory | Description Gets or sets the directory where all required scripts for the control are stored. ValueType Default Value |
| ImagesDirectory | Description Gets or sets the images directory. ValueType Default Value |
| ViewStateStorage | Description Gets or sets the location to store the viewstate of this control. ValueType Default Value |
| AccessKey | Description Keyboard shortcut used by the control. ValueType Default Value |
| Enabled | Description Enables state of the control. ValueType Default Value |
| TabIndex | Description The tab order of the control. ValueType Default Value |
| ToolTip | Description The tooltip displayed when the mouse is over the control. ValueType Default Value |
| Width | Description The width of the control. ValueType Default Value |
| Height | Description The height of the control. ValueType Default Value |
| DefaultStyleMode | Description Gets or sets the value that determines the mode of the default style when UseDefaultStyle is enabled. ValueType Default Value |
| AllowDefaultStyleMerging | Description Gets or sets the value that determines whether or not the default style can be merged with custom styles. ValueType Default Value |
| UseDefaultStyle | Description Determines whether WebTextEditor is using default style. ValueType Default Value |
| AllowResize | Description Determines whether resize action is allowed. ValueType Default Value |
| EnableDocumentImport | Description Determines whether document import is enabled. ValueType Default Value |
| EnableDocumentSave | Description Determines whether document save is enabled. ValueType Default Value |
| EnableDocumentPrint | Description Determines whether document print is enabled. ValueType Default Value |
| EnableContextMenu | Description Determines whether context menu is enabled. ValueType Default Value |
| EnableHTMLInspector | Description Determines whether html inspector is enabled. ValueType Default Value |
| EnableKeyboardSupport | Description Determines whether keyboard support is enabled. ValueType Default Value |
| ShowCharacterInformation | Description Determines whether character information should be shown as tooltip. ValueType Default Value |
| ShowWordInformation | Description Determines whether word information should be shown. ValueType Default Value |
| EnableFullScreen | Description Gets or sets the value that determines whether full screen feature is enabled. ValueType Default Value |
| EnableAutoSave | Description Determines whether auto save feature is enabled. ValueType Default Value |
| MinimumSize | Description Gets or sets the value that determines the minimum size of WebTextEditor when it is resized. ValueType Default Value |
| MaximumSize | Description Gets or sets the value that determines the maximum size of WebTextEditor when it is resized. ValueType Default Value |
| UndoLatency | Description Specifies undo latency interal (in milisecond). ValueType Default Value |
| MediaResources | Description The media resources collection used by WebTextEditor to filter the media in Media Gallery task pane. ValueType Default Value |
| RootTextEditor | Description Provides settings that control the behaviors of single section in WebTextEditor. ValueType Default Value |
| TextEditorSections | Description Provides settings that control the behaviors of multiple section in WebTextEditor. ValueType Default Value |
| EnableEditorTabKey | Description Determines whether WebTextEditor should handle Tab key. ValueType Default Value |
| EnterKeyAction | Description Specifies WebTextEditor behavior when enter key is pressed. ValueType Default Value |
| ParagraphMode | Description Specifies the behavior of paragraph editing. ValueType Default Value |
| ShowCallOutOnMediaInsert | Description Determines whether callour will appear when media is inserted. ValueType Default Value |
| ShowMediaActionOnMediaSelect | Description Determines whether media action will appear when media is selected. ValueType Default Value |
| PreventScriptInjection | Description Determines whether script tag is removed from WebTextEditor. ValueType Default Value |
| EnableXHTMLCompliance | Description Determines whether WebTextEditor's output is XHTML compliance. ValueType Default Value |
| ToolBarSettings | Description Provides settings that control the behaviors of the toolbar in WebTextEditor. ValueType Default Value |
| TextSettings | Description Provides settings that control text shown in WebTextEditor. ValueType Default Value |
| ViewSettings | Description Provides settings that control the behaviors of the view in WebTextEditor. ValueType Default Value |
| ImagesSettings | Description Provides settings thta control the images in WebTextEditor. ValueType Default Value |
| TaskPaneSettings | Description Provides settings that control the behaviors of the task pane in WebTextEditor. ValueType Default Value |
| EditorSettings | Description Provides settings that control the behaviors of the editor in WebTextEditor. ValueType Default Value |
| MailMergeSettings | Description Provides settings that control the behaviors of mail merge in WebTextEditor. ValueType Default Value |
| ClientSideEvents | Description Contains Client-side events supported by WebTextEditor. ValueType Default Value |
WebTextEditor Methods
| GetElement |
Description Gets the WebTextEditor element. Parameters Remarks
|
| GetFrameLayerElement |
Description Gets the frame layer element. Parameters Remarks
|
| GetMainHeaderElement |
Description Gets the main header element. Parameters Remarks
|
| GetHTMLToolBar |
Description Gets the HTML toolbar object. Parameters
|
| GetMainContentElement |
Description Gets the main content element. Parameters
|
| GetMainFooterElement |
Description Gets the footer element. Parameters
|
| GetMainContentFrameElement |
Description Gets the footer content element. Parameters
|
| GetMainContentTableElement |
Description Gets the footer content table element. Parameters
|
| GetEditorFrameElement |
Description Gets the WebTextEditor frame element. Parameters
|
| GetEditorContentFrameElement |
Description Gets the WebTextEditor content element. Parameters Remarks
|
| GetEditorLayerFrameElement |
Description Gets the WebTextEditor layer frame element. Parameters Remarks
|
| GetSplitterElement |
Description Gets the splitter element. Parameters Remarks
|
| GetSplitterIndicatorElement |
Description Gets the splitter indicator element. Parameters Remarks
|
| GetTaskPaneElement |
Description Gets the TaskPane element. Parameters Remarks
|
| SetValueToCurrentPosition |
Description Sets value in the last active cursor position. Parameters Remarks
|
| SetFocus |
Description Sets focus on editor. Parameters Remarks
|
| RegisterIFrameBehavior |
Description Registers the behavior to IFrame element. Parameters Remarks
|
| UnregisterIFrameBehavior |
Description Unregisters the events attached to editor iframe. Parameters Remarks
|
| ToggleToolBar |
Description Toggles toolbar elements. Parameters Remarks
|
| ResetEditorState |
Description Resets the editor state. Parameters Remarks
|
| SetHeaderHeightCache |
Description Sets the header height. Parameters Remarks
|
| HideCallOut |
Description Hides the callout manually. Parameters Remarks
|
| GetViewIndicatorElement |
Description Gets the view indicator element. Parameters Remarks
|
| GetDesignViewTabElement |
Description Gets the design view tab element. Parameters Remarks
|
| GetHTMLViewTabElement |
Description Gets the html view tab element. Parameters Remarks
|
| GetSplitViewTabElement |
Description Gets the split view tab element. Parameters
|
| GetWordsInformationTabElement |
Description Gets the word information tab element. Parameters
|
| GetSpellCheckerTabElement |
Description Gets the spell checker tab element. Parameters
|
| GetHTMLInspectorTabElement |
Description Gets the html inspector tab element. Parameters
|
| GetHTMLInspectorDivElement |
Description Gets the html inspector div element. Parameters
|
| GetHTMLInspectorLeftIndicatorElement |
Description Gets the html inspector left indicator element. Parameters
|
| GetHTMLInspectorRightIndicatorElement |
Description Gets the html inspector right indicator element. Parameters Remarks
|
| GetHTMLInspectorContentElement |
Description Gets the html inspector content element. Parameters Remarks
|
| GetHTMLInspectorContentTableElement |
Description Gets the html inspector content table element. Parameters Remarks
|
| GetUploadBarElement |
Description Gets the upload bar element. Parameters Remarks
|
| GetUploadBarFrameElement |
Description Gets the upload bar frame element. Parameters Remarks
|
| GetUploadBarContentElement |
Description Gets the upload bar content element. Parameters Remarks
|
| GetStatusBarElement |
Description Gets the status bar element. Parameters Remarks
|
| GetResizerElement |
Description Gets the resizer element. Parameters Remarks
|
| GetFloatingToolBarElement |
Description Gets the floating toolbar element. Parameters Remarks
|
| GetMediaActionFrameElement |
Description Gets the media action frame element. Parameters Remarks
|
| CheckSpell |
Description Starts check spelling. Parameters Remarks
|
| RemoveSpellChecker |
Description Gets the remove check spell. Parameters Remarks
|
| GetDesignViewFrameByName |
Description Gets design view frame by section name. Parameters sectionName Remarks
|
| GetSelectedDesignViewFrame |
Description Gets selected design view frame. Parameters Remarks
|
| GetHtmlViewFrameByName |
Description Gets html view by section name. Parameters sectionName Remarks
|
| GetSelectedHTMLViewFrame |
Description Gets selected html view frame. Parameters
|
| ShowDesignViewByName |
Description Shows design view by section name. Parameters sectionName Remarks
|
| HideDesignViewByName |
Description Hides design view by section name. Parameters
|
| HideHtmlViewByName |
Description Hides html view by section name. Parameters
|
| GetSectionObjectByName |
Description Gets section object by name. Parameters
|
| GetSectionFrameBySectionName |
Description Gets section Frame by section name. Parameters
|
| GetSelectedSectionElement |
Description Gets selected section element. Parameters Remarks
|
| GetSelectedSectionObject |
Description Gets selected section object. Parameters Remarks
|
| GetSelectedSectionElementByName |
Description Gets selected section element by section name. Parameters sectionName Remarks
|
| GetSectionElementByName |
Description Gets section element by name. Parameters sectionName Remarks
|
| GetSelectedHtmlSectionElement |
Description Gets selected html section element. Parameters Remarks
|
| GetHtmlSectionElementByName |
Description Gets html section element by section name. Parameters sectionName Remarks
|
| GetTextAreaBySectionName |
Description Gets textarea by section name. Parameters sectionName Remarks
|
| GetSelectedTextArea |
Description Gets selected textarea from selected html view. Parameters Remarks
|
| GetSelectedWatermark |
Description Gets selected watermark element. Parameters Remarks
|
| ShowAllWatermark |
Description Shows all watermark. Parameters Remarks
|
| ShowSelectedWatermark |
Description Shows selected watermark by name. Parameters name Remarks
|
| HideAllWatermark |
Description Hides all watermark. Parameters Remarks
|
| HideSelectedWatermark |
Description Hides selected watermark. Parameters Remarks
|
| GetImageBySectionName |
Description Gets image's section by section name. Parameters sectionName Remarks
|
| GetSectionTableBySectionName |
Description Gets section table element by section name. Parameters sectionName Remarks
|
| GetSectionImageFrameBySectionName |
Description Get section image frame by section name. Parameters sectionName Remarks
|
| GetAllSections |
Description Gets all section. Parameters Remarks
|
| ExecCommand |
Description Invokes WebTextEditor exec command. Parameters Operation Remarks
|
| TextAreaExecCommand |
Description Invokes WebTextEditor's textarea. Parameters operation, command, isCloseTag Remarks
|
| InsertTable |
Description Inserts table to editor. Parameters column, row Remarks
|
| InsertsImage |
Description Inserts image to editor. Parameters url, width, height, useFrame Remarks
|
| InsertMedia |
Description Inserts media such as video to editor. Parameters url, width, height, mediaType, isToolBar Remarks
|
| InsertFormControl |
Description Inserts form control to editor. Parameters command Remarks
|
| SetValue |
Description Sets value to editor, sectionName should be empty if it is single section. Parameters contentString, sectionName Remarks
|
| GetValue |
Description Gets value from editor, sectionName should be empty if it is single section. Parameters sectionName Remarks
|
| ShowUploadingProgress |
Description Shows uploading progress. Parameters percentage, msg Remarks
|
| HideUploadingProgress |
Description Hides uploading progress. Parameters Remarks
|
| RefreshMediaGallery |
Description Refresh media gallery. Parameters Remarks
|
| GetUploadLocations |
Description Gets upload locations. Parameters Remarks
|
| OnToolbarCommandNotify |
Description Parameters commandName, toggleState, enabledState, isFloatingToolbar Remarks
|
| SaveContent |
Description Saves WebTextEditor content client side method. If it is single section then sectionName can be empty. sectionName can be specified with "All" if user wants to save all sections. Parameters sectionName Remarks
|
| ShowUploadingProgress |
Description Shows uploading progress. Parameters percentage, msg Remarks
|
| HideUploadingProgress |
Description Hides uploading progress. Parameters Remarks
|
| RefreshMediaGallery |
Description Refresh media gallery. Parameters Remarks
|
| GetUploadLocations |
Description Gets upload locations. Parameters Remarks
|
| OnToolbarCommandNotify |
Description Parameters commandName, toggleState, enabledState, isFloatingToolbar Remarks
|
| SaveContent |
Description Saves WebTextEditor content client side method. If it is single section then sectionName can be empty. sectionName can be specified with "All" if user wants to save all sections. Parameters sectionName Remarks
|